Skip to content

Instantly share code, notes, and snippets.

Projects

Runner-Up: Doctor of Credit

Creator: Evan Mullen

Prerequisites

Create this Python script to grab the page content from the Doctor of Credit bank bonuses page.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 7, 2025 02:16
Conventional Commits Cheatsheet

대한민국 역대 대통령

  • 이승만: 1948-07-24 ~ 1960-04-26 (1대~3대)
  • 윤보선: 1960-08-13 ~ 1962-03-22 (4대)
  • 박정희: 1963-12-17 ~ 1979-10-26 (5~9대)
  • 최규하: 1979-12-06 ~ 1980-08-16 (10대)
  • 전두환: 1980-09-01 ~ 1988-02-24 (11~12대)
  • 노태우: 1988-02-25 ~ 1993-02-24 (13대)
  • 김영삼: 1993-02-25 ~ 1998-02-24 (14대)
  • 김대중: 1998-02-25 ~ 2003-02-24 (15대)
  • 노무현: 2003-02-25 ~ 2008-02-24 (16대)
@mjkstra
mjkstra / arch_linux_installation_guide.md
Last active July 7, 2025 02:10
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@apetenchea
apetenchea / manuals.py
Created May 30, 2024 15:18
Download any manuals from https://www.manua.ls
# This script gathers all the pages of a manual and merges them into a PDF.
# You'll need to play a bit with inspect-element in order to figure out the format the correct url,
# but it should be easy to adapt it to any manual.
# This script is specifically for https://www.manua.ls/audi/q3-2018/manual.
# Their url format is https://www.manua.ls/viewer/{manual-id}/{page-number}/bg{page-number-hex}.png
# Example: https://www.manua.ls/viewer/668006/100/bg64.png
# Enjoy!
import requests
from tqdm import tqdm
from PIL import Image
@JonnyWong16
JonnyWong16 / select_tmdb_poster.py
Last active July 7, 2025 01:58
Selects the default TMDB poster and art for items in a Plex library if no poster/art is selected or the current poster/art is from Gracenote.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Description: Selects the default TMDB poster and art for items in a Plex library
if no poster/art is selected or the current poster/art is from Gracenote.
Author: /u/SwiftPanda16
Requires: plexapi
Usage:
* Change the posters for an entire library:
@mattppal
mattppal / security-checklist.md
Last active July 7, 2025 01:56
A simple security checklist for your vibe coded apps

Frontend Security

Security Measure Description
Use HTTPS everywhere Prevents basic eavesdropping and man-in-the-middle attacks
Input validation and sanitization Prevents XSS attacks by validating all user inputs
Don't store sensitive data in the browser No secrets in localStorage or client-side code
CSRF protection Implement anti-CSRF tokens for forms and state-changing requests
Never expose API keys in frontend API credentials should always remain server-side
Creating the license
--------------------------------------------------------------------------
UPDATE!!! - https://monokai-keygen-nu.vercel.app/
use the above link to auto generate the keys and use it on the go! hurray!!
--------------------------------------------------------------------------
Monokai Pro requires an email to purchase a license, so we're going to need one here. I'm going to use a placeholder address: email@example.com.
Sublime Text 3 -
Take your email address and get the MD5 hash of it; you can use a website like https://www.md5hashgenerator.com/ for this. My test email comes out with 5658ffccee7f0ebfda2b226238b1eb6e or use https://monogen.vercel.app/.
@valiant-code
valiant-code / IronMon-Rules.md
Last active July 7, 2025 01:52
IronMon Rules

The IronMON Challenge

The IronMon challenge is a Pokémon Randomizer Challenge run created by iateyourpie. Designed to make experiencing the randomizer fun and challenging, while taking away the wild Pokémon grind that come with some other challenges. It was originally made for Fire Red / Leaf Green but the rules can be applied/adjusted for other games as well. If you're interested to find out more about IronMon, join our Discord community!

IronMon has varying levels of difficulties, to keep it more approachable but also provide the toughest challenge possible for those who want it.